home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
pgpwin11
/
pgpcomp.bat
< prev
next >
Wrap
DOS Batch File
|
1993-07-21
|
175b
|
9 lines
@echo off
pgp -%1 plaintmp.$$$ %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 goto bad
ren plaintmp.asc enc$tmp.$$$
goto done
:bad
echo PGP failed, Sorry > enc$tmp.$$$
:done